Labels:text | screenshot | number | font OCR: Stop `All services should be stoppable by the user, To support this level of functionality, the user should be able to stop the service, and the executable should stop running. Shutdown All services should support the Shutdown functionality. This is similar, and in addition to: the Stop function: A Shutdown means that the system is being shut down or restarted. Pause The service can be temporarily halted from performing meaningful processes. The process will probably remain in the back- ground, but it should do nothing. (The sam- ple program in this article breaks this rule because it's demonstrating functionality.) Continue .This function enables the service process to resume it's work, The service must support the Pause function; After the Pouse function has been called the service should be able to stort processing again. Figure 1: Functionality common to Windows NT Services,